// RUN: %clang_cc1 %s -verify -fsyntax-only
int a ; // expected-warning {{'returns_twice' attribute only applies to functions}}
void
void ;
void ; // expected-error {{'returns_twice' attribute takes no arguments}}
typedef void ; // expected-warning {{'returns_twice' attribute only applies to functions}}