[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang / test / utils / update_cc_test_checks / Inputs / annotations.c
blobf09b0f788e9b1281224868b5ecf929c4d1e47701
1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fblocks -ftrivial-auto-var-init=zero %s -emit-llvm -o - | FileCheck %s
3 int foo() {
4 int x = x + 1;
5 return x;