mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
299 B
C
8 lines
299 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
|
|
|
|
char auto_kibitz_list[100][20] = {
|
|
{"diepx"},
|
|
{"ferret"},
|
|
{"knightc"},
|
|
{"knightcap"}};
|
|
|