bitfields

This commit is contained in:
T0b1
2023-06-19 18:44:42 +02:00
parent 679e38e711
commit 6fb5d69e47
4 changed files with 62 additions and 4 deletions

BIN
tmp/main

Binary file not shown.

View File

@@ -20,7 +20,7 @@ namespace test {
}
void helper_fn() {
test::MyType tmp = test::MyType{1};
test::MyType tmp = test::MyType{1, 22, 4000};
std::string test = "Hello World";
uint32_t x = 25;
unsigned int y = 30;