mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
4 lines
52 B
C++
4 lines
52 B
C++
int b_function(int input) {
|
|
return input * 2;
|
|
}
|