Library HoTT.Tests.bugs.github390

From HoTT Require Import Basics Pointed Homotopy.Suspension.

Check that ispointed_susp doesn't require just a Set
Check (fun A : Type_ : IsPointed (Susp A)).
Check (@ispointed_susp Type).
Check (@ispointed_susp Set).