summaryrefslogtreecommitdiff
path: root/utests/compiler_group_size.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/compiler_group_size.cpp')
-rw-r--r--utests/compiler_group_size.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/utests/compiler_group_size.cpp b/utests/compiler_group_size.cpp
index 02544b24..724d6e8b 100644
--- a/utests/compiler_group_size.cpp
+++ b/utests/compiler_group_size.cpp
@@ -2,9 +2,9 @@
#include <string.h>
struct xyz{
- unsigned b:16;
- unsigned e:16;
- unsigned o;
+ unsigned short b;
+ unsigned short e;
+ unsigned int o;
};
void compiler_group_size1(void)