WIP
This commit is contained in:
13
tmp/sec.cpp
Normal file
13
tmp/sec.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <cstdint>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace test {
|
||||
struct MyType {
|
||||
int data;
|
||||
};
|
||||
}
|
||||
|
||||
void helper_fn() {
|
||||
test::MyType tmp = test::MyType{1};
|
||||
sleep(tmp.data);
|
||||
}
|
||||
Reference in New Issue
Block a user