using Gtk 4.0; $BlueprintTestObject { // test-one: variant<"s">("one"); test-zero: variant<"b">(true); test-one: variant<"s">("one"); test-two: variant<"i">(2); test-three: variant<"(ii)">((3, 4)); test-four: variant<"ai">([5, 6]); test-five: variant<"{sv}">({"key", <"value">}); test-six: variant<"a{ss}">({ "GLib": "2.24", "Gtk": "4.16" }); test-seven: variant<"ams">([just "2", nothing]); }