blob: 747923071e632e6b407068d59df7a018a63b89f4 [file] [log] [blame] [edit]
int main() {
// This instruction is not valid, but we have an ability to set
// software breakpoint.
// This results in illegal instruction during execution, not fail to set
// breakpoint
asm volatile(".4byte 0xc58573" : :);
}