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
/
SemaCXX
/
rdar42746401.cpp
blob
ff9dff456ce470317b6a1ba7bbe8ae474b155770
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
template
<
int
>
4
class
b
;
5
class
c
;
// expected-note{{forward declaration}}
6
7
::
b
<
0
>
struct
c
::
d
// expected-error{{incomplete type}} expected-error{{cannot combine}} expected-error{{expected unqualified-id}}