// RUN: %clang_cc1 -verify -fsyntax-only %s // Verify clang doesn't assert()-fail on template specialization happening after // fatal error. #include "not_found.h" // expected-error {{'not_found.h' file not found}} template struct foo {}; template struct foo(0)(static_cast(0)()))> {};