代码搜索结果
找到约 743,872 项符合
import 的代码
import.quickbook
[article Import]
[import stub.cpp]
[foo]
import.f90
! { dg-do run }
! Test whether import works
! PR fortran/29601
subroutine test(x)
type myType3
sequence
integer :: i
end type myType3
type(myType3) :: x
if(x%i /= 7) call abort()
x%
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