Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created October 8, 2012 21:11
Show Gist options
  • Save jimblandy/3855007 to your computer and use it in GitHub Desktop.
Save jimblandy/3855007 to your computer and use it in GitHub Desktop.
works for me!
play$ cat aab.cpp
void AAA();
void AAA(int);
void AAA2();
bool f(int *p, AAB obj);
play$ clang++ aab.cpp
aab.cpp:4:16: error: unknown type name 'AAB'
bool f(int *p, AAB obj);
^
1 error generated.
play$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment