aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/import.c
blob: 110a2d249ed207771c75b879ee7904be165baa09 (plain)
1
2
3
4
5
6
7
8
9
/* APPLE LOCAL file #import not deprecated */
/* { dg-do compile } */
/* { dg-options "" } */

#import "importee.h"

#import "importee.h"

void foo (bar x) {}