Coq VST Internal structure copying
问题 run into a problem with VST(Verified Software Toolchain) 2.5v library for Coq 8.10.1: Got an error with the latest working commit of VST namely " Internal structure copying is not supported ". Minimal example: struct foo {unsigned int a;}; struct foo f() { struct foo q; return q; } On starting proof got an error: Error: Tactic failure: The expression (_q)%expr contains internal structure-copying, a feature of C not currently supported in Verifiable C (level 97). This is due to the check