blob: 88c29ca829bf3b0a86443d0108fc4eb6910ac6c5 [file] [log] [blame]
/* Test __builtin_FILE(). */
/* { dg-do run } */
/* { dg-options "-ffile-prefix-map==FILE-PREFIX" } */
#include <stdio.h>
int main ()
{
printf ("__builtin_FILE starts with %s\n", __builtin_FILE ());
}
/* { dg-output "__builtin_FILE starts with FILE-PREFIX" } */