We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d50f8 commit 4721986Copy full SHA for 4721986
config/signedchar.c
@@ -1,4 +1,4 @@
1
-main()
+int main()
2
{
3
signed char x = 'a';
4
return (x - 'a');
0 commit comments