Skip to content
Snippets Groups Projects
Commit dbf9ca20 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Add testcase for #16689

parent da33f2bb
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE Safe #-}
main = return ()
......@@ -64,3 +64,5 @@ test('UnsafeWarn07', normal, compile, [''])
# Chck -fwa-safe works
test('SafeWarn01', normal, compile, [''])
test('T16689', normal, compile, ['-Wsafe'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment