summaryrefslogtreecommitdiff
path: root/include_server/test_data/test_computed_includes/srcA.c
blob: 075a898f5b5a2347633a35989492e9995675e688 (plain)
1
2
3
4
5
6
7
8
9
#define INCL "inclA.h"
#include "helper.c"
#include <stdio.h>

int main() {
  printf(MSG);
  printf("\n");
  return 0;
}