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
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
Modules
/
pr19692.cpp
blob
72829ad37f3d47aa0ab2b2c669e656d23e18b0e4
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -I%S/Inputs/pr19692 -verify %s
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s
4
#include
"TFoo.h"
5
#include
"stdint.h"
6
7
int
k
=
INT64_MAX
;
// expected-no-diagnostics