flac/cmake/CheckAttribute.c.in

6 lines
88 B
C

int main (void)
{
void foo(void) __attribute__ ((@CHECK_ATTRIBUTE@));
;
return 0;
}