aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/framework-1.c
blob: fdec129a8fb8c2a4299141767428a225f0f97798 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-F." } */

/* The intent of the test is to show that we find a framework that
   is installed in /System/Library/Frameworks when the user has added
   a '-F' option.  The trick is to choose some header that is present
   for all the Darwin versions we support and that does not contain any
   content we cannot parse.  */

#include <IOKit/IOReturn.h>