// RUN: %clang_cc1 -triple msp430-unknown-unknown -fsyntax-only -verify %s
int t; // expected-warning {{'interrupt' attribute only applies to functions}}
int i;
void ; // expected-error {{'interrupt' attribute requires an integer constant}}
void ; // expected-error {{'interrupt' attribute takes one argument}}
int ; // expected-warning {{MSP430 'interrupt' attribute only applies to functions that have a 'void' return type}}
void ; // expected-warning {{MSP430 'interrupt' attribute only applies to functions that have no parameters}}
void ; // expected-error {{'interrupt' attribute parameter 64 is out of bounds}}
void ;
void ;