1/*
2 * Copyright 2014, NICTA
3 *
4 * This software may be distributed and modified according to the terms of
5 * the BSD 2-Clause license. Note that NO WARRANTY is provided.
6 * See "LICENSE_BSD2.txt" for details.
7 *
8 * @TAG(NICTA_BSD)
9 */
10
11#include "includes/accent��d1.h"
12#include "includes/accented������.h"
13#include "includes/accented������������.h"
14
15int g(int x)
16{
17  return included_f(x) + FOO + included_h(2);
18}
19
20struct s { char array[10]; } global_s;
21
22char h(void)
23{
24  return included_j(global_s.array);
25}
26