:- module test_init. :- interface. :- import_module io. :- pred p(io::di, io::uo) is det. :- implementation. p(!IO).