4 lines
144 B
C
4 lines
144 B
C
/* { dg-do compile } */
|
|
void foo()
|
|
const char* p = __FUNCTION__; /* { dg-error "" } */
|
|
/* { dg-error "-:expected" "" { target *-*-* } .+1 } */
|