Explorar o código

* cdecl methods are required for CLX compatibilit

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
86c4522697
Modificáronse 1 ficheiros con 0 adicións e 17 borrados
  1. 0 17
      tests/tbf/tb0130.pp

+ 0 - 17
tests/tbf/tb0130.pp

@@ -1,17 +0,0 @@
-{ %FAIL }
-
-{$mode objfpc}
-type
- tmyclass = class
-  { you should not be able to have virtual methods which 
-    are noted as cdecl.
-  }
-  procedure myroutine;virtual;cdecl;
- end;
-
-procedure tmyclass.myroutine;cdecl;
-begin
-end;
-
-Begin
-end.