summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_run/fptrfail01_c.c
blob: 070a786e574b926ec16649ab57c61d5363382613 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

#include "HsFFI.h"

#include "fptrfail01.h"

void f( HsInt *i )
{
    printf( "f%d\n", (int)*i );
    fflush( stdout );
}