• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1int func() { return 1; }
2
3void expect_constructor_invocation() { int x = int; }
4void expect_function_call()          { int x = func; }
5