// PR c++/23914 template struct foo_template { static const unsigned complexity = 0; }; template struct STATIC_ASSERTION {}; void gcc_402_problem_minimal() { sizeof(STATIC_ASSERTION< foo_template::complexity >); }