[Interop][Tests] Setter for global of const type

This commit is contained in:
Sergey Bogolepov
2020-07-28 15:07:42 +07:00
committed by Sergey Bogolepov
parent 52988b5551
commit d05f200726
@@ -4,3 +4,7 @@ int global;
void foo(void);
#define foo <
// Setter for x should not be generated.
typedef const int cint;
cint x;