pbot/modules/compiler_vm/languages/server/clangpp.pm

13 lines
190 B
Perl
Raw Normal View History

2021-07-11 00:00:22 +02:00
#!/usr/bin/perl
# SPDX-FileCopyrightText: 2021 Pragmatic Software <pragma78@gmail.com>
# SPDX-License-Identifier: MIT
use warnings;
use strict;
package clangpp;
use parent '_c_base';
1;