mirror of
https://github.com/pragma-/pbot.git
synced 2024-10-31 17:19:30 +01:00
10 lines
87 B
Perl
Executable File
10 lines
87 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use warnings;
|
|
use strict;
|
|
|
|
package clang89;
|
|
use parent '_c_base';
|
|
|
|
1;
|