If I try to generate an M3 model using the proper createM3ModelFromCFile function, I can see no trace of the function return type or parameters type inside the declaredType field of the M3 model. However, these are present if the program is parsed using the createM3ModelFromCppFile function.
Setup:
Given a simple C program, such as:
If I try to generate an M3 model using the proper
createM3ModelFromCFile
function, I can see no trace of the function return type or parameters type inside the declaredType field of the M3 model. However, these are present if the program is parsed using thecreateM3ModelFromCppFile
function.