fpp/compiler/tools/fpp-syntax/test/syntax-kwd-names.fpp
2020-09-30 16:00:22 -07:00

6 lines
127 B
Fortran

array $array = [3] U32
enum $enum { $command, $event, $telemetry }
port $port($time: U32)
struct $struct { x: U32 }
type $type