1 // RUN: %llvmgcc %s -S -O0 -o - | FileCheck %s
2 // Radar 8288710: A small aggregate can be passed as an integer. Make sure
3 // we don't get an error with "input constraint with a matching output
4 // constraint of incompatible type!"
14 __asm__("xyz" : "=r" (w
) : "0" (w
));