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
/
SemaCXX
/
attr-callback-broken.cpp
blob
a5469b22ba350b8cd0533f51ec51bcc7b50480f4
1
// RUN: %clang_cc1 %s -verify -fsyntax-only
2
3
class
C_in_class
{
4
#define HAS_THIS
5
#include
"../Sema/attr-callback-broken.c"
6
#undef HAS_THIS
7
};