You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from main.cpp:1:
./module.cpp:6:16: error: definition with same mangled name '_ZW4testENK4testUt_clEv' as another definition
auto bar = [] {return 'a';};
^
./module.cpp:5:16: note: previous definition is here
auto foo = [] {return 1;};
^