blob: cd92c3258c6ab080e18957c293f3cba4b5ab2608 [file] [log] [blame]
Chris Lattner4b009652007-07-25 00:24:17 +00001// RUN: clang %s
2int abc (const float x) {
3 return 1;
4}
5