Project

General

Profile

fill operation » fill_test.c

Rochus Keller, 10 June 2024 02:03

 

void f() {
const char* str = 0;
}

int main() {
f();
return 0;
}
(2-2/2)