5-decl_float_array.cminus 49 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4
void main(void) {
    float a[10];
    return;
}