We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5da111 commit 0b54394Copy full SHA for 0b54394
1 file changed
binary/test-inputs/TestNative/main.c
@@ -0,0 +1,8 @@
1
+__declspec(noinline) int f(int a, int b, int c, int d, int e, int f, int g, int h) {
2
+ return a + 99942 + b + c + d + e + f + g + h;
3
+}
4
+
5
+__declspec(noinline) int main(int argc, char* argv[]) {
6
+ int y = f(argc, 1, 2, 3, 4, 5, 6, 7);
7
+ return y;
8
0 commit comments