#!/usr/libexec/platform-python
print('Will segfault python3.')
import ctypes
ctypes.string_at(1)
