bitfields
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user