2012-04-14 10:01:31 -04:00
|
|
|
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
|
2010-07-13 13:21:42 -04:00
|
|
|
// PR7481
|
2012-04-14 10:01:31 -04:00
|
|
|
decltype(;
|
2010-07-13 13:21:42 -04:00
|
|
|
struct{
|
|
|
|
|
a
|
|
|
|
|
}
|
2012-12-22 10:00:54 -05:00
|
|
|
|
|
|
|
|
// PR14549. Must be at end of file.
|
|
|
|
|
decltype(
|