comparison tests/t08.c @ 34:c24cbfa44f81

Don't actually include stdio.h in this for testing cpp. (If you do, the test output becomes host-dependent.)
author David A. Holland
date Sat, 30 Mar 2013 20:38:17 -0400
parents 8a955e3dda2c
children
comparison
equal deleted inserted replaced
33:a5acb7049e4c 34:c24cbfa44f81
1 #include <stdio.h> 1 /*#include <stdio.h>*/
2 2
3 int d = 3 int d =
4 #if 2 > 1 ? 0 : 0 ? 1 : 1 4 #if 2 > 1 ? 0 : 0 ? 1 : 1
5 1 5 1
6 #else 6 #else