summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeDirectoriesCPATH/consumer.cpp
blob: 59608dada21e0f95177ca557cf8c1b225f5e21ee (plain)
1
2
3
4
5
6
#include "systemlib.h"

int consumer()
{
  return systemlib();
}