fpp/compiler/tools/fpp-to-cpp/test/struct/duplicate.ref.txt
2023-07-10 23:06:18 +02:00

10 lines
306 B
Plaintext

fpp-to-cpp
[ local path prefix ]/tools/fpp-to-cpp/test/struct/duplicate.fpp:5.1
struct Duplicate { x: U32 }
^
error: duplicate C++ file DuplicateSerializableAc.hpp
previous file would be generated here:
[ local path prefix ]/tools/fpp-to-cpp/test/struct/duplicate.fpp:2.3
struct Duplicate { x: U32 }
^