hppa: Fix decrement_and_branch_until_zero constraint
[official-gcc.git] / gcc / testsuite / c-c++-common / cpp / embed-5.c
blob0b9a96ba94f3db76f7cedc1473b020f04330b34f
1 /* { dg-do preprocess } */
2 /* { dg-options "" } */
4 #undef FOOBAR
5 #embed __FILE__ prefix (#include <non-existent-file.h>) suffix (#define FOOBAR baz) if_empty (#error "abcd")
6 #embed __FILE__ __prefix__(#define FOOBAR baz)
7 #ifdef FOOBAR
8 #error "FOOBAR is defined"
9 #endif