blob: 8bb29316f58a37e5873c4f5e4201d3b852768b8e [file] [log] [blame]
#include <unistd.h>
int foo (int x) { if (__builtin_constant_p (x)) return getpid (); return 0; }