diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:52:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:52:04 +0200 |
commit | 69b9c6bec08738933d79010ad8c9347e36d19bed (patch) | |
tree | e3d2790fb4a77b871234ba15784bd4e1e057981e /test/mpfrmemok1.awk | |
parent | 8fc0c719fc910d6931d267b5437cef9048e5a9b0 (diff) | |
parent | cd2ff61aaf4938092517880ad7655828d99a3cb9 (diff) | |
download | egawk-69b9c6bec08738933d79010ad8c9347e36d19bed.tar.gz egawk-69b9c6bec08738933d79010ad8c9347e36d19bed.tar.bz2 egawk-69b9c6bec08738933d79010ad8c9347e36d19bed.zip |
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'test/mpfrmemok1.awk')
-rw-r--r-- | test/mpfrmemok1.awk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mpfrmemok1.awk b/test/mpfrmemok1.awk new file mode 100644 index 00000000..9331a34d --- /dev/null +++ b/test/mpfrmemok1.awk @@ -0,0 +1,7 @@ +# This program tests that -M works with profiling. +# It does not do anything real, but there should not be glibc memory +# errors and it should be valgrind-clean too. + +BEGIN { + v = 0x0100000000000000000000000000000000 +} |