Skip to content
Snippets Groups Projects
Commit e036cf86 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] new test reproducing extern C issue

parent 1f8a287f
No related branches found
No related tags found
No related merge requests found
extern "C"{
class C {
void set(int* t) { *t = get_x(); }
int get_x() { return 0; }
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment