tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / manuel1.c
blobf2030e4b7fe636dc4459344bd272a415e82ad342
1 #include <stdio.h>
3 int main ()
5 int x;
7 printf ("x = %d\n", x==0xCAFEBABE ? 99 : 88);
9 return 0;