Add 73_arm64 for testing some arm64 things, mostly PCS.

This commit is contained in:
Edmund Grimley Evans
2015-02-25 22:48:25 +00:00
parent a4d43618fb
commit 8329facdfa
3 changed files with 529 additions and 0 deletions

View File

@ -92,6 +92,7 @@ TESTS = \
70_floating_point_literals.test \
71_macro_empty_arg.test \
72_long_long_constant.test \
73_arm64.test \
# 34_array_assignment.test -- array assignment is not in C standard