blob: 0ffe21987cf8f1bfb0be919edb9e7720c0f8ea49 [file] [log] [blame]
Tests that a switch statement with a negative integer doesn't cause weirdness.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo(-1) is "foo"
PASS foo(0) is "bar"
PASS foo(1) is "baz"
PASS successfullyParsed is true
TEST COMPLETE