We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4b93 commit b5e44d1Copy full SHA for b5e44d1
testtags.c
@@ -0,0 +1,8 @@
1
+#include <stdio.h>
2
+
3
+int main()
4
+{
5
+ printf("v1\n");
6
7
+ return 0;
8
+}
0 commit comments