1#! /bin/sh
2#
3# Test whether the implementation requires that addr be a multiple of
4# {PAGESIZE}.
5#
6# This is tested implicitly via assertion 11.
7
8echo "Tested implicitly via assertion 11."
9exit 0
10