blob: cd92c3258c6ab080e18957c293f3cba4b5ab2608 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang %s
2int abc (const float x) {
3 return 1;
4}
5