This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
414c0c9438cd0a23a3af598961bd0cd70fde20a4
c3c
/
test
/
test_suite
/
expressions
/
assign.c3
Christoffer Lerno
b52b42d4da
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
6 lines
45 B
Plaintext
Raw
Blame
History
fn void test1()
{
int* p;
*p = 10;
}
Reference in New Issue
View Git Blame
Copy Permalink