blob: e3d172e7916e76900c367ed709abeaa6fc8a8925 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do compile { target i?86*-*-darwin* } } */
/* { dg-options { -fasm-blocks } } */
/* Radar 4739936 */
int i = 9h;
int j = 1st; /* { dg-error "invalid suffix \"st\" on integer constant" } */
void foo() {
asm {
mov eax, 1st /* { dg-error "invalid suffix \"st\" on integer constant" } */
mov eax, 1h
; foo 1st
; bye bye
}
}