summaryrefslogtreecommitdiff
path: root/test cases/rust/29 self-contained/main.c
blob: 11bedf5aee7789fd3e20c4b5d74cdf3f301e4074 (plain)
1
2
3
4
5
6
extern void hello(void);

int main(void)
{
    hello();
}