1 // expected-warning 0-1 {{umbrella header}}
3 // FIXME: The "umbrella header" warning should be moved to a separate test.
4 // This "0-1" is only here because the warning is only emitted when the
5 // module is (otherwise) successfully included.
9 const char *getModuleVersion(void);
12 # error Module should have been built without -DFOO
16 +(const char *)version
; // retrieve module version
20 #define MODULE_H_MACRO 1
21 #__private_macro MODULE_H_MACRO
23 #include <Module/Sub.h>
24 #include <Module/Buried/Treasure.h>
28 typedef struct __sFILE
{
34 #define SOME_MACRO_ATTR_GETTING_UNDEFINED __attribute__((objc_method_family(none)))
35 #undef SOME_MACRO_ATTR_GETTING_UNDEFINED