BR3392232: Fix relocations in MachO64
[nasm.git] / test / time.asm
blobee4b9b7628829d815aebfdb36102430784c716c3
1 ;Not automatically testable because it is not constant
2 db __DATE__, 13, 10
3 db __TIME__, 13, 10
4 db __UTC_DATE__, 13, 10
5 db __UTC_TIME__, 13, 10
6 align 4
7 dd __DATE_NUM__
8 dd __TIME_NUM__
9 dd __UTC_DATE_NUM__
10 dd __UTC_TIME_NUM__
11 dd __POSIX_TIME__