intv1__attribute__((cleanup(N::c1)));// expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}}
intv2__attribute__((cleanup(c2)));
intv3__attribute__((cleanup(c3<int>)));// expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}}