aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc_pi.bc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bc_pi.bc')
-rw-r--r--testsuite/bc_pi.bc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/bc_pi.bc b/testsuite/bc_pi.bc
new file mode 100644
index 000000000..b98419f12
--- /dev/null
+++ b/testsuite/bc_pi.bc
@@ -0,0 +1,4 @@
+for (i = 0; i <= 100; ++i) {
+ scale = i
+ 4 * a(1)
+}