zeek/testing/btest/Baseline.cpp/language.skip-opt2/out
Tim Wojtulewicz 0e151d94eb Merge remote-tracking branch 'origin/topic/vern/no-opt'
* origin/topic/vern/no-opt:
  BTests & baselines for testing selective skipping of script optimization
  added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization

(cherry picked from commit 69b7bcc323)
2025-10-08 09:59:18 -07:00

11 lines
245 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
always: function() : void
{
print always;
}
no_ZAM: function() : void
compiled-C++
no_CPP: function() : void
{
print no CPP;
}