Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
bed51fef5773f043db2ad13aa2b6d2f8a8bdbdba
/
.
/
test
/
SemaCXX
/
inline.cpp
blob: e569300faf77124dc7ec35bcea74eb6b717b6266 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// 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}}