brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · f09b0f7 Raw
7 lines · c
1// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fblocks -ftrivial-auto-var-init=zero %s -emit-llvm -o - | FileCheck %s2 3int foo() {4    int x = x + 1;5    return x;6}7