mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 21:06:05 +00:00
4 lines
34 B
C
4 lines
34 B
C
![]() |
void f1(int *ptr) {
|
||
|
*ptr = 0;
|
||
|
}
|