mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
8 lines
124 B
C++
8 lines
124 B
C++
#include <iostream>
|
|
#include "libarchive_sapi.sapi.h"
|
|
|
|
|
|
int main() {
|
|
std::cout << "WORKS2" << std::endl;
|
|
return 0;
|
|
} |