# We once had a bug where DNS lookups at init time lead to an immediate crash. # # @TEST-EXEC: zeek -b %INPUT # @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff .stderr # @TEST-EXEC: btest-diff .stdout const foo: set[addr] = { google.com }; print foo;