mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 06:18:56 -04:00
7 lines
88 B
C
7 lines
88 B
C
int f0(int *pointer1, float *pointer2) {
|
|
return pointer2 - pointer1;
|
|
}
|
|
|
|
void g() {
|
|
|