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
/
conditional_const.c
anon
ffb04610ca
Added conditional_const.c
2024-03-10 15:57:35 +01: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