```console $ dune.build File "frontc/cxml.ml", line 43, characters 19-20: Error: Syntax error ``` This is because of this code bit: https://github.com/BinaryAnalysisPlatform/FrontC/blob/c95d785d9e440827d65a904544495194ad8a40a9/frontc/cxml.ml#L42-L59
This is because of this code bit:
FrontC/frontc/cxml.ml
Lines 42 to 59 in c95d785