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
/
static_assert.cpp
blob
d1b759073cd58be5e3a0d2820dd7508dbae0b4ca
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps \
3
// RUN: -I%S/Inputs/static_assert -std=c++1z -verify %s
4
// expected-no-diagnostics
5
6
#include
"a.h"
7
8
S s
;