#include <torch/torch.h>

int main(int argc, const char* argv[]) {
    TORCH_WARN("Simple test passed!");
    return 0;
}
