DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-filter / test39 / test39-main.c
12345678910
#include "test39.h" int main(int argc, char **argv) { struct container_type c; bar(&c); baz(&c); return 0; }