mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
revised fix
This commit is contained in:
parent
2efa5cd075
commit
70065631a7
2 changed files with 19 additions and 4 deletions
|
@ -59,3 +59,11 @@ global f: function();
|
|||
global f = function() { };
|
||||
global f: hook();
|
||||
global f: event();
|
||||
|
||||
# @TEST-START-NEXT
|
||||
global f = function() { };
|
||||
type f: bool;
|
||||
|
||||
# @TEST-START-NEXT
|
||||
type f: record {};
|
||||
type f: bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue