Moved const and extern identifiers to the left
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const num {
|
||||
one 1
|
||||
two 2
|
||||
num const {
|
||||
one 1
|
||||
two 2
|
||||
three 3
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user