// RUN: %clang_cc1 %s -verify -fsyntax-only -std=c11
void ;
; // expected-warning {{'xray_always_instrument' attribute only applies to functions and Objective-C methods}}
void ; // expected-error {{'xray_always_instrument' attribute takes no arguments}}