Add test for '/', '<<', and '>>' in #if expressions.
authorCarl Worth <cworth@cworth.org>
Mon, 24 May 2010 18:33:28 +0000 (11:33 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 24 May 2010 18:41:36 +0000 (11:41 -0700)
commit00f1ec421edf73516fdcfbbdb651f13eeefe8f08
treec6f95e3afd5320ef0c18198b77f43b010e9d5ddb
parentbb9315f8047770585391c56973ef26c30f74d603
Add test for '/', '<<', and '>>' in #if expressions.

These operators have been supported already, but were not covered in
existing tests yet. So this test passes already.
tests/053-if-divide-and-shift.c [new file with mode: 0644]