Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1e0f270 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Add test for single letter IDs.

am: deb0cfce

Change-Id: I3c54eca195b17610a0d8fd22dfbbb001277da1db
parents 68a86b44 deb0cfce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
package android.hardware.tests.pointer@1.0;

interface IPointer {
  struct S { int32_t data; };
  struct A { S s; };
  // type declarations
  struct Sam { int32_t data; };
  struct Ada { ref<Sam> s_ptr; };