blob: 14e5160e090b0ec130c43b6770caf74db8c885c4 [file] [log] [blame]
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility
// expected-no-diagnostics
// PR13153
namespace std {}
class type_info {};
void f() {
(void)typeid(int);
}