rustic-sysy/sysy_sets/46_hex_defn.sy

6 lines
78 B
Plaintext
Raw Permalink Normal View History

2024-08-27 18:13:31 +08:00
// test hexadecimal define
int main(){
int a;
a = 0xf;
return a;
}