Home | History | Annotate | Download | only in lex.ccon

Lines Matching full:extern

6 extern char a;
7 extern __typeof('a') a;
8 extern int b;
9 extern __typeof('asdf') b;
10 extern wchar_t c;
11 extern __typeof(L'a') c;
13 extern char16_t d;
14 extern __typeof(u'a') d;
15 extern char32_t e;
16 extern __typeof(U'a') e;