6 lines
88 B
C
6 lines
88 B
C
int main (void)
|
|
{
|
|
void foo(void) __attribute__ ((@CHECK_ATTRIBUTE@));
|
|
;
|
|
return 0;
|
|
} |