blob: cd92c3258c6ab080e18957c293f3cba4b5ab2608 [file] [log] [blame]
Chris Lattnera4792c12007-01-27 06:23:34 +00001// RUN: clang %s
2int abc (const float x) {
3 return 1;
4}
5