summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_run/1288_ghci_c.c
blob: f240d295296daa9127ec1a355fb96a54702d4065 (plain)
1
2
3
4
5
6
#include <stdio.h>

void __attribute__((stdcall)) test(int arg)
{
   printf("The argument passed was %i\n", arg );
}