mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
4 lines
52 B
C++
4 lines
52 B
C++
|
|
int c_function(int input) {
|
||
|
|
return input * 3;
|
||
|
|
}
|