2012-02-27 13:24:00 +08:00
|
|
|
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
|
2010-07-12 09:48:28 +08:00
|
|
|
// PR7481
|
2012-02-27 13:24:00 +08:00
|
|
|
decltype(;
|
2010-07-12 09:48:28 +08:00
|
|
|
struct{
|
|
|
|
a
|
|
|
|
}
|
2012-12-09 12:17:57 +08:00
|
|
|
|
|
|
|
// PR14549. Must be at end of file.
|
|
|
|
decltype(
|