mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
8 lines
134 B
C++
8 lines
134 B
C++
|
#include <sol/sol.hpp>
|
||
|
|
||
|
unsigned int regression_1211() {
|
||
|
sol::protected_function_result let_die;
|
||
|
(void)let_die;
|
||
|
return 0;
|
||
|
}
|