2 lines
98 B
C
2 lines
98 B
C
#include <unistd.h>
|
|
int foo (int x) { if (__builtin_constant_p (x)) return getpid (); return 0; }
|