Add missed file from r209046.

llvm-svn: 209047
This commit is contained in:
Richard Smith 2014-05-16 23:16:06 +00:00
parent 053f6c6c9e
commit fdcd710199

View File

@ -0,0 +1,5 @@
struct C {
struct A;
static const int variable;
static constexpr int function();
};