blob: 7d0505a435eeff0cc0a225c49909f06d91ed1e32 [file] [log] [blame]
Eli Friedman85a53192009-04-07 19:37:57 +00001// RUN: clang-cc -fsyntax-only -verify %s
2
3// Check that we don't allow illegal uses of inline
4// (checking C++-only constructs here)
5struct c {inline int a;}; // expected-error{{'inline' can only appear on functions}}