blob: 79dddde4bda7e870adbaafb401c231f8b3555f7b [file] [log] [blame]
int func() { return 1; }
void expect_constructor_invocation() { int x = int; }
void expect_function_call() { int x = func; }