Fix: bt2: autodisc: remove thread error while inserting status in map
[babeltrace.git] / src / cpp-tester / cpp-tester.cpp
1 #include <iostream>
2 #include <utility>
3
4 #include "cpp-common/bt2/value.hpp"
5
6 void f(bt2::BoolValue::Shared lel)
7 {
8 }
9
10 int main()
11 {
12 f(bt2::NullValue {}.shared());
13 }
This page took 0.028933 seconds and 4 git commands to generate.