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>