aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/Add.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/Add.c')
-rw-r--r--c_compiler/test/in/Add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_compiler/test/in/Add.c b/c_compiler/test/in/Add.c
index acdcffc..43e557e 100644
--- a/c_compiler/test/in/Add.c
+++ b/c_compiler/test/in/Add.c
@@ -5,7 +5,7 @@ int main() {
{
{
- z = x + y;
+ z = x + y + x + y - x;
}
}