forked from OSchip/llvm-project
5 lines
158 B
C++
5 lines
158 B
C++
|
// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-compatibility
|
||
|
|
||
|
// PR15845
|
||
|
int foo(xxx); // expected-error{{unknown type name}}
|