PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / fmacro-prefix-map.c
blobdb51587cb4f7e33ebf83f09465acf4e8ac4c01bd
1 /* Test __builtin_FILE(). */
2 /* { dg-do run } */
3 /* { dg-options "-fmacro-prefix-map==MACRO-PREFIX" } */
5 #include <stdio.h>
7 int main ()
9 printf ("__builtin_FILE starts with %s\n", __builtin_FILE ());
12 /* { dg-output "__builtin_FILE starts with MACRO-PREFIX" } */