代码搜索结果
找到约 743,872 项符合
import 的代码
import-1.c
/* { dg-options "-I. -I $srcdir/gcc.dg/pch" } */
#include "import-1.h"
#include "import-1a.h"
#import "import-1b.h"
#include "import-1c.h"
#ifndef IMPORT_1A
IMPORT_1A not defined
#endif
#ifndef IMPO
import-1c.h
#pragma once
#ifdef IMPORT_1C
#error import-1c failure
#endif
#define IMPORT_1C
import-2a.h
#import "import-2b.h"
import-1b.h
#ifdef IMPORT_1B
#error import-1b failure
#endif
#define IMPORT_1B
import-1.hs
/* { dg-options "-I. -I $srcdir/gcc.dg/pch" } */
#import "import-1a.h"
#include "import-1b.h"
#include "import-1c.h"
#define IMPORT_1
import-2.hs
/* { dg-options "-I $srcdir/gcc.dg/pch/include" } */
#import "import-2b.h"
#import "import-2a.h"
import-2.c
/* { dg-options "-I. -I $srcdir/gcc.dg/pch/include" } */
#include "import-2.h"
#import "import-2b.h"
int main(int argc, char **argv) {
return 0;
}
import-1a.h
#ifdef IMPORT_1A
#error import-1a failure
#endif
#define IMPORT_1A