1 typedef int trash;
2 
3 /*
4  * 04/20/08: gcc allows the redeclaration only if the preprocessor
5  * indicates that it was done in a different header file!
6  * RIDICULOUS
7  */
8 # 20 "/usr/include/stdio.h" 3 4
9 typedef int trash;
10 
11 int
main()12 main() {
13 }
14 
15