//#Unsafe /* * Date: September 2013 * Author: heizmann@informatik.uni-freiburg.de * */ #include int main() { int *p; *p = 3; }