diff options
-rw-r--r-- | syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ Type ← BasicType / 'const' BasicType / BasicType '*' / BasicType '[' Expression ']' / - Type 'function' '(' (BasicType ',')* ')' + BasicType 'function' '(' (BasicType ',')* ')' BasicType ← 'void' / IntegerType / 'signed' IntegerType / |