libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / framework-1.c
blobfdec129a8fb8c2a4299141767428a225f0f97798
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-options "-F." } */
4 /* The intent of the test is to show that we find a framework that
5 is installed in /System/Library/Frameworks when the user has added
6 a '-F' option. The trick is to choose some header that is present
7 for all the Darwin versions we support and that does not contain any
8 content we cannot parse. */
10 #include <IOKit/IOReturn.h>