Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,4 +0,0 @@
|
|||
procedure Empty is
|
||||
begin
|
||||
null;
|
||||
end;
|
||||
|
|
@ -1 +0,0 @@
|
|||
;nothing
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
public program()
|
||||
public Program()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
class Program {
|
||||
static function main() {
|
||||
}
|
||||
}
|
||||
|
|
@ -1,2 +1 @@
|
|||
procedure main() # a null file will compile but generate a run-time error for missing main
|
||||
end
|
||||
record main()
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@ bundle Default {
|
|||
class Empty {
|
||||
function : Main(args : String[]) ~ Nil {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
&{}
|
||||
|
|
@ -1 +0,0 @@
|
|||
REBOL []
|
||||
|
|
@ -1 +0,0 @@
|
|||
'
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
entity dummy is
|
||||
end;
|
||||
|
||||
architecture empty of dummy is
|
||||
begin
|
||||
end;
|
||||
Loading…
Add table
Add a link
Reference in a new issue