blob: e569300faf77124dc7ec35bcea74eb6b717b6266 [file] [log] [blame]
Shih-wei Liaoea285162010-06-04 12:34:56 -07001// RUN: %clang_cc1 -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}}