summaryrefslogtreecommitdiff
path: root/test/mpfrmemok1.awk
blob: 9331a34df7d641a7dad3982088f7e046bbf3ec7f (plain)
1
2
3
4
5
6
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
}