blob: 2f95075067a4a2d82898f58723ffdbed12f756f2 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
template<typename T, T t>
struct TestStruct {
typedef decltype(t+2) sum_type;
};