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
[flang][cuda] Do not register global constants (#118582)
[llvm-project.git]
/
clang
/
test
/
Modules
/
pr28438.cpp
blob
43c9ea549da528626b7cb4fdae2c964a643762c4
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fsyntax-only -verify %s -fmodules -fmodules-cache-path=%t -I%S/Inputs/PR28438 -fimplicit-module-maps
3
4
#include
"a.h"
5
#include
"b2.h"
6
7
FOO
// expected-no-diagnostics