diff options
Diffstat (limited to 'Tests/ObjectLibrary/A/a.h')
-rw-r--r-- | Tests/ObjectLibrary/A/a.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/A/a.h b/Tests/ObjectLibrary/A/a.h new file mode 100644 index 0000000..6bfbc82 --- /dev/null +++ b/Tests/ObjectLibrary/A/a.h @@ -0,0 +1,6 @@ +#ifndef A +# error "A not defined" +#endif +#ifdef B +# error "B must not be defined" +#endif |