mconf: Fixed crash for variables in targets (closes #4960)
parent
8c6d6393f2
commit
4bf1a352cc
3 changed files with 13 additions and 1 deletions
@ -0,0 +1,6 @@ |
||||
#include <stdio.h> |
||||
|
||||
int main() { |
||||
printf("Hello World"); |
||||
return 0; |
||||
} |
Loading…
Reference in new issue