blob: d04c37fbadd44e80987ac488fab0b597c2cb8db7 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do compile { target i?86*-*-darwin* x86_64*-*-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
}
}