This website requires JavaScript.
Explore
Help
Register
Sign In
anon
/
tests
Watch
1
Star
0
Fork
0
You've already forked tests
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
tests
/
C_C++
/
conditional_const.c
anon
d978a20df8
renamed C folder
2024-07-22 19:37:02 +02:00
2 lines
37 B
C
Raw
Blame
History
main
(
)
{
const
int
i
=
(
1
?
3
:
6
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink