5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
|
int func() { return 1; }
|
||
|
|
||
|
void expect_constructor_invocation() { int x = int; }
|
||
|
void expect_function_call() { int x = func; }
|