blob: 4e4bfc277a3fb8ffb8af13904130192931ea4c25 [file] [log] [blame]
%module restrict_cplusplus
%inline %{
struct Foo {
int restrict;
};
%}