blob: e569300faf77124dc7ec35bcea74eb6b717b6266 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Eli Friedman85a53192009-04-07 19:37:57 +00002
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}}