aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/framework1.c
blob: bd0203669c27f96e1460af6736572f6dd0350710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2003 Free Software Foundation, Inc.  */

/* { dg-do preprocess } */
/* { dg-options "-nostdinc -c -F${srcdir}/gcc.apple" } */

/* Contributed by Devang Patel  <dpatel@apple.com>  */

#include <one/one.h>
int main()
{
      return 0;
}