1 /* { dg-do compile } */
2 /* { dg-options "-DDEFINED" } */
3 /* { dg-xfail-if "comment" { def_nocache } } */
4 
5 int
main()6 main ()
7 {
8   return 0;
9 }
10