sysy-data/functional/sy/46_hex_defn.sy

6 lines
78 B
Plaintext

// test hexadecimal define
int main(){
int a;
a = 0xf;
return a;
}