// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
void ; // expected-error {{'assume' attribute requires a string}}
void ; // expected-error {{expected expression}}
void ; // expected-error {{expected expression}}
void ; // expected-warning {{unknown assumption string 'QQQQ'; attribute is potentially ignored}}
void ;
void ; // expected-warning {{unknown assumption string 'omp_noopenmp' may be misspelled; attribute is potentially ignored, did you mean 'omp_no_openmp'?}}
void ; // expected-warning {{unknown assumption string 'omp_no_openmp_routine' may be misspelled; attribute is potentially ignored, did you mean 'omp_no_openmp_routines'?}}
void ; // expected-warning {{unknown assumption string 'omp_no_openmp1' may be misspelled; attribute is potentially ignored, did you mean 'omp_no_openmp'?}}
void ; // expected-error {{'assume' attribute takes one argument}}
int g1 ; // expected-warning {{'assume' attribute only applies to functions and Objective-C methods}}
int g2 ; // expected-warning {{'assume' attribute only applies to functions and Objective-C methods}}