[Interop][Tests] Setter for global of const type
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user