opnsense-src/contrib/libcbor/test/cpp_linkage_test.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
327 B
C++
Raw Permalink Normal View History

2021-10-01 19:46:00 -04:00
/*
* Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com>
*
* libcbor is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#include <iostream>
#include "cbor.h"
int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; }