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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Index
/
preamble-assume-nonnull.c
blob
05190299a6e0ca83b5c8c637416ce1d5cc9a7c80
1
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \
2
// RUN: | FileCheck %s --implicit-check-not "error:"
3
4
#pragma clang assume_nonnull begin
5
void
foo
(
int
*
x
);
6
#pragma clang assume_nonnull end