]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Preprocessor/dump_import.m
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Preprocessor / dump_import.m
1 // RUN: %clang_cc1 -E -dI %s -o - | FileCheck %s
2 // CHECK: {{^}}#import "dump_
3
4 // See also `dump_include.c` which tests other inclusion cases with `-dI`.
5
6 #import "dump_import.h"