test-segfault: mark exception_handler as NORETURN
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 10 Oct 2016 15:13:58 +0000 (16:13 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 13 Oct 2016 21:44:13 +0000 (22:44 +0100)
commit35cdfc5e76543813366c3f7f050f58681988a904
tree54a0486ccfe3331eef515f6b57cd84d5d20fb523
parent28eb0f9004e214612f68e40bfa08a540a33ab5a6
test-segfault: mark exception_handler as NORETURN

It calls ExitProcess(), which is correctly detected as not returning.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
test/test-segfault.c