// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
int i ; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
void ;
void ; // expected-error {{'no_speculative_load_hardening' attribute takes no arguments}}
void ;
int ; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
;
int ci ; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
void ;
void ; // expected-error {{'no_speculative_load_hardening' attribute takes no arguments}}
void ;
int ; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
;