/* TAGS: min c */ #include int main() { int a; free( &a ); /* ERROR */ }