From 151e3f782333acbe349fdaac3ec843e42e95be3f Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Wed, 8 Aug 2018 00:15:50 -0600 Subject: Add bc (and its tests) to pending --- tests/files/bc/pi.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/files/bc/pi.txt (limited to 'tests/files/bc/pi.txt') diff --git a/tests/files/bc/pi.txt b/tests/files/bc/pi.txt new file mode 100644 index 00000000..4ae0fa64 --- /dev/null +++ b/tests/files/bc/pi.txt @@ -0,0 +1,7 @@ +for (i = 0; i <= 100; ++i) { + scale = i + 4 * a(1) +} + +scale = 1000 +4 * a(1) -- cgit v1.2.3