Fix make_object
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
using namespace mesosphere;
|
||||
|
||||
int main(void) {
|
||||
auto obj = MakeObjectRaw<KEvent>();
|
||||
(void)obj;
|
||||
auto [res, h1, h2] = MakeObjectWithHandle<KEvent>();
|
||||
(void)res; (void)h1; (void)h2;
|
||||
for(;;);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user