forked from OSchip/llvm-project
parent
739fa67f19
commit
a4792c1e64
|
|
@ -0,0 +1,5 @@
|
|||
// RUN: clang %s
|
||||
int abc (const float x) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue