1 2 3 4 5 6 7 8 9 10
// PR c++/19739 void Dummy() __attribute__(( , )); void Dummy() {} int main (int argc, char **argv) { Dummy(); return 0; }