blob: 79dddde4bda7e870adbaafb401c231f8b3555f7b [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001int func() { return 1; }
2
3void expect_constructor_invocation() { int x = int; }
4void expect_function_call() { int x = func; }