]> andersk Git - splint.git/blob - test/tests2.2a/erik.c
Initial revision
[splint.git] / test / tests2.2a / erik.c
1 int main (void)
2 {
3    float f;
4    double d;
5
6    scanf("%lf %f",&d, &f);
7    
8    return 0;
9 }
This page took 0.236571 seconds and 5 git commands to generate.