From db23a57694366d5a4fff3017eaeb1846e967e73c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 16 May 2022 00:52:03 +0200 Subject: [PATCH] :wrench: Test ctor --- tests/ctor/ctor_return.gw | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ctor/ctor_return.gw diff --git a/tests/ctor/ctor_return.gw b/tests/ctor/ctor_return.gw new file mode 100644 index 00000000..dc95d371 --- /dev/null +++ b/tests/ctor/ctor_return.gw @@ -0,0 +1,3 @@ +class C { + operator new() { return this; } +} -- 2.43.0