diff options
Diffstat (limited to 'clang/test/Modules/Inputs/pragma_pack_push.h')
| -rw-r--r-- | clang/test/Modules/Inputs/pragma_pack_push.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/pragma_pack_push.h b/clang/test/Modules/Inputs/pragma_pack_push.h new file mode 100644 index 00000000000..4fc66e51cf8 --- /dev/null +++ b/clang/test/Modules/Inputs/pragma_pack_push.h @@ -0,0 +1,6 @@ + +#pragma pack (push, 4) +#pragma pack (push, 2) +#pragma pack (push, 1) +#pragma pack (pop) + |

