aboutsummaryrefslogtreecommitdiff
path: root/kernel/main.c
blob: 6de1868aba63ee431bcb519a6c2e6aeb6736b74c (plain)
1
2
3
4
void test(double a) {}
int main() { test(3.0); }