configure: enable -Wshadow-field
[babeltrace.git] / src / cpp-tester / cpp-tester.cpp
CommitLineData
4164020e
SM
1#include <iostream>
2#include <utility>
3
4#include "cpp-common/bt2/value.hpp"
5
6void f(bt2::BoolValue::Shared lel)
7{
8}
9
10int main()
11{
12 f(bt2::NullValue {}.shared());
13}
This page took 0.026342 seconds and 4 git commands to generate.