kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_7_3_restrict_object.c (58B)
1
int test_main(void) {
2
restrict int x = 0;
3
return x;
4
}