2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
2009-04-08 03:37:57 +08:00
|
|
|
|
|
|
|
// Check that we don't allow illegal uses of inline
|
|
|
|
// (checking C++-only constructs here)
|
|
|
|
struct c {inline int a;}; // expected-error{{'inline' can only appear on functions}}
|