File: nonutf.c

package info (click to toggle)
deheader 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: python: 1,191; ansic: 334; xml: 191; makefile: 71; sh: 15
file content (13 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Test that deheader doesn't choke 
 * on the non-UTF-8 characters in the next line.
 *
 * <mapname>   <key>
 */

#include <stdio.h>

int mail() {
  printf("ABC\n");
  return 0;
}