mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
11 lines
326 B
C
11 lines
326 B
C
#include "truncation.c.h"
|
|
|
|
struct
|
|
|
|
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s.h:4:8 -o - %s | FileCheck -check-prefix=CC1 %s
|
|
// CHECK-CC1: X
|
|
// CHECK-CC1-NEXT: Y
|
|
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:3:8 -o - %s | FileCheck -check-prefix=CC2 %s
|
|
// CHECK-CC2: X
|
|
// CHECK-CC2: Xa
|
|
// CHECK-CC2: Y
|