blob: 14e5160e090b0ec130c43b6770caf74db8c885c4 [file] [log] [blame]
Nico Webered36b2a2012-06-19 23:58:27 +00001// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Nico Webered36b2a2012-06-19 23:58:27 +00003
4// PR13153
5namespace std {}
6class type_info {};
7void f() {
8 (void)typeid(int);
9}