Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
31dcba38
Commit
31dcba38
authored
May 27, 2008
by
Simon Marlow
Browse files
add missing file
parent
191bcb6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ffi/should_run/1288_c.c
0 → 100644
View file @
31dcba38
#include <stdio.h>
void
_stdcall
test
(
int
arg
)
{
printf
(
"The argument passed was %i
\n
"
,
arg
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment