repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
header_is_main_file.c
blob
03ade13ff33335a9aafe84c4c25ddf531c6f0864
1
// RUN: %clang_cc1 -x c-header -ffreestanding -Eonly -verify %s
2
// expected-no-diagnostics
3
4
#pragma once
5
#include_next
"stdint.h"
6
#if !__has_include_next(
"stdint.h"
)
7
#error
"__has_include_next failed"
8
#endif